home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / c / backex.readme < prev    next >
Text File  |  1996-09-07  |  1KB  |  55 lines

  1. Short:        like execute, in background
  2. Uploader:    codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  3. Author:        codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  4. Type:        util/cli
  5. Version:    0.1
  6.  
  7. BackEx/0.1
  8. ----------
  9.  
  10. _Very_ simple command which executes a batch file in background.
  11.  
  12. Docs
  13. ----
  14.  
  15. Template:
  16.     BackEx BATCHFILE/A,OUTPUT,INPUT,QUIET/S
  17.  
  18. BATCHFILE:
  19.     File to execute.
  20.     BackEx simply runs the CLI command "Execute BATCHFILE".
  21.     Note that it doesn't add any quotations which might cause
  22.     inproper results.
  23.     <required argument>
  24.  
  25. OUTPUT:
  26.     Output file handle as often used.
  27.     Default: "CON:0/100/-1/200/ text... /AUTO/WAIT/CLOSE"
  28.     Note that the default window will stay open until you
  29.     closed the window. Call BackEx with a new OUTPUT
  30.     definition not containing "/WAIT/CLOSE".
  31.     CON: window flags (excerpt):
  32.         /AUTO    - window remains closed until first
  33.               output is been done.
  34.         /WAIT    - before closing window, wait for
  35.               EOF signal (ctrl-\ or closewindow)
  36.         /CLOSE    - add close gadget.
  37.  
  38. INPUT:
  39.     Input handle. Due to dos/SystemTags() it can't be the
  40.     same as OUTPUT. Sorry.
  41.     Default to "NIL:"
  42.  
  43. QUIET:
  44.     Don't open requester if batchfile returned a non-okay
  45.     error code.
  46.     Default is OFF.
  47.  
  48. ETC
  49. ---
  50.  
  51. This program is freeware, source included, blabla no gurantees;
  52. use at your own risk etc.
  53.  
  54. - hans
  55.